home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / FISHFACT.PAK / FSHTDLGC.H < prev    next >
C/C++ Source or Header  |  1997-05-06  |  949b  |  39 lines

  1. #if !defined(__fshtdlgc_h)              // Sentry, use file only if it's not already included.
  2. #define __fshtdlgc_h
  3.  
  4. /*  Project fishfact
  5.     Borland International
  6.     Copyright ⌐ 1996. All Rights Reserved.
  7.  
  8.     SUBSYSTEM:    fishfact.exe Application
  9.     FILE:         fshtdlgc.h
  10.     AUTHOR:       
  11.  
  12.  
  13.     OVERVIEW
  14.     ========
  15.     Class definition for fishfactTDLGClient (TDialog).
  16.  
  17.  
  18. */
  19.  
  20.  
  21. #include <owl\pch.h>
  22. #pragma hdrstop
  23. #include <owl\vbxctl.h>
  24. #include "ffactwin.rh"                  // Definition of all resources.
  25.  
  26.  
  27. //{{TDialog = fishfactTDLGClient}}
  28. class fishfactTDLGClient : public TDialog, public TVbxEventHandler {
  29. public:
  30.      fishfactTDLGClient (TWindow *parent, TResId resId = IDD_FISHFACT, TModule *module = 0);
  31.     virtual ~fishfactTDLGClient ();
  32.  
  33.      DECLARE_RESPONSE_TABLE(fishfactTDLGClient);
  34.  
  35. };    //{{fishfactTDLGClient}}
  36.  
  37.  
  38. #endif                                      // __fshtdlgc_h sentry.
  39.